C1.Web.Mvc Namespace / ItemsBoundControl<T> Class / ItemsSource Property

In This Topic
ItemsSource Property (ItemsBoundControl<T>)
In This Topic
Gets or sets ItemsSource settings.
Syntax
'Declaration
 
<JsonAttribute(1)>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
Public Overridable Property ItemsSource As IItemsSource(Of T)
 
See Also